[Auto] Localization - Translated Strings#14014
Open
Colengms wants to merge 1 commit into
Open
Conversation
e34c5af to
0a9f720
Compare
572019f to
217b3dc
Compare
5d22cc3 to
a94ec86
Compare
1 task
b77ba62 to
eb83c88
Compare
b392548 to
3d1d79b
Compare
b8aa9e7 to
adcc21c
Compare
7e64070 to
d162333
Compare
sean-mcmanus
reviewed
Mar 4, 2026
| { | ||
| "no.context.provided": "未提供內容", | ||
| "not.windows": "“設定 Visual Studio 開發人員環境”命令僅可在 Windows 使用", | ||
| "not.windows": "\"設定 Visual Studio 開發人員環境\" 命令僅可在 Windows 使用", |
Contributor
There was a problem hiding this comment.
This appears incorrect. No bug filed yet.
sean-mcmanus
reviewed
Mar 4, 2026
| "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Proporciona resultados \"fuzzy\" que no tienen en cuenta el contexto.", | ||
| "c_cpp.configuration.intelliSenseEngine.disabled.description": "Desactiva las características del servicio de lenguaje C/C++.", | ||
| "c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": <valor>}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).", | ||
| "c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": <value>}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).", |
Contributor
There was a problem hiding this comment.
This is incorrect -- I've filed multiple bugs in the past, but they have trouble keeping it fixed for some reason.
Merged
Merged
sean-mcmanus
reviewed
Jul 2, 2026
| "auth_unexpected_error": "輪詢期間發生未預期的錯誤: {0}", | ||
| "auth_login_failed": "GitHub 登入失敗。請嘗試使用命令列中的 --login 進行登入。", | ||
| "auth_login_failed_plugin": "GitHub 登入失敗。請執行 npx @microsoft/cpp-language-server --login", | ||
| "auth_login_failed_plugin": "GitHub 登入失敗。Run npx @microsoft/cpp-language-server --login", |
sean-mcmanus
reviewed
Jul 2, 2026
| "debugger.unsupported.properties": "Startkonfigurationen mit den folgenden Eigenschaften können nicht direkt im Terminal ausgeführt werden: {0}", | ||
| "debugger.fallback.message": "Die Programmausgabe wird stattdessen in der Debugging-Konsole angezeigt.", | ||
| "debugger.fallback.message2": "Um diese Warnung zu unterdrücken, legen Sie die Eigenschaft „ignoreRunWithoutDebuggingWarnings“ in Ihrer Startkonfiguration auf \"true\" fest." | ||
| "debugger.fallback.message2": "Um diese Warnung zu unterdrücken, legen Sie die Eigenschaft „ignoreRunWithoutDebuggingWarnings“ in Ihrer Startkonfiguration auf TRUE fest." |
sean-mcmanus
reviewed
Jul 2, 2026
| "c_cpp.debuggers.logging.engineLogging.description": "Optionales Flag zum Festlegen, ob Nachrichten der Diagnosedebug-Engine in der Debugging-Konsole protokolliert werden sollen. Der Standardwert ist \"false\".", | ||
| "c_cpp.debuggers.logging.trace.description": "Optionales Flag zum Festlegen, ob die Befehlsablaufverfolgung des Diagnoseadapters in der Debugging-Konsole protokolliert werden soll. Der Standardwert ist \"false\".", | ||
| "c_cpp.debuggers.logging.traceResponse.description": "Optionales Flag zum Festlegen, ob die Befehls- und Antwortablaufverfolgung des Diagnoseadapters in der Debugging-Konsole protokolliert werden soll. Der Standardwert ist \"false\".", | ||
| "c_cpp.debuggers.logging.exceptions.description": "Optionales Flag zum Festlegen, ob Ausnahmemeldungen in der Debugging-Konsole protokolliert werden sollen. Der Standardwert ist TRUE.", |
Contributor
There was a problem hiding this comment.
These all caps bools are all bugs. We can use Locked to fix.
sean-mcmanus
reviewed
Jul 2, 2026
| "debugger.noDebug.requestType.not.supported": "Ejecutar sin depuración solo se admite para las configuraciones de inicio.", | ||
| "debugger.unsupported.properties": "Las configuraciones de inicio con las siguientes propiedades no se pueden ejecutar directamente en el terminal: {0}", | ||
| "debugger.fallback.message": "En su lugar, la salida del programa aparecerá en la Consola de depuración.", | ||
| "debugger.fallback.message": "La salida del programa aparecerá en el Consola de depuración en su lugar.", |
sean-mcmanus
reviewed
Jul 2, 2026
| "auth_unexpected_error": "Error inesperado durante el sondeo: {0}", | ||
| "auth_login_failed": "Error de inicio de sesión de GitHub. Intente ejecutar con --login desde la línea de comandos para iniciar sesión.", | ||
| "auth_login_failed_plugin": "Error de inicio de sesión de GitHub. Ejecute npx @microsoft/cpp-language-server --login", | ||
| "auth_login_failed_plugin": "Error de inicio de sesión de GitHub. Run npx @microsoft/cpp-language-server --login", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.